home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #13 / Skiva nr 13-1998 (Svart).iso / K-CS.dxr / Internal_24.ls < prev    next >
Encoding:
Text File  |  1998-11-04  |  380 b   |  17 lines

  1. global Musik
  2.  
  3. on enterFrame
  4.   set the fileName of castLib "Sprog" to "Svensk.cst"
  5.   set the fileName of castLib "V_Sprog" to "V_Svensk.cst"
  6.   mci("open sequencer!lydspor.mid alias baggrund")
  7.   mci("play baggrund")
  8.   set Musik to 1
  9.   cursor(-1)
  10.   baRegister("Komputer for alle", 3062010)
  11.   register(xtra("PrintOMatic"), "PMAT155-759-89551")
  12. end
  13.  
  14. on exitFrame
  15.   go("IntroAnim")
  16. end
  17.